home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Let's Learn About Machines
/
Let's Learn About Machines.iso
/
mac
/
macfiles
/
Atools
/
quit.Dxr
/
00006.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1997-09-18
|
324 b
|
16 lines
on mouseUp
global lightsOn
if lightsOn = 0 then
puppetSound("quit")
updateStage()
wait(10)
quit()
else
puppetSprite(4, 1)
set the castNum of sprite 4 to the number of cast "PW 1" + lightsOn - 1
set the locV of sprite 4 to 258
set the locH of sprite 4 to 223
continue()
end if
end